home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
unixSyscall
/
RCS
/
local.mk,v
< prev
next >
Wrap
Text File
|
1988-11-07
|
2KB
|
82 lines
head 1.2;
branch ;
access ;
symbols ;
locks ; strict;
comment @@;
1.2
date 88.06.27.13.27.23; author ouster; state Exp;
branches ;
next 1.1;
1.1
date 88.06.21.10.12.07; author ouster; state Exp;
branches ;
next ;
desc
@@
1.2
log
@*** empty log message ***
@
text
@#
# This file is included by Makefile. Makefile is generated automatically
# by mkmf, and this file provides additional local personalization. The
# variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
# that must be included to set up various compilation stuff.
#
#include <$(SYSMAKEFILE)>
#
# Special target to remake compatMapCode.c. This pulls in a bunch of
# stuff from the Sprite system call library. Warning: the order of
# the targets here is apparently important. Don't change it, and add
# only at the end.
#
STATUSDIR = /sprite/src/lib/libc/Status
STATUSFILES = $(STATUSDIR)/gen.stat $(STATUSDIR)/proc.stat \
$(STATUSDIR)/sys.stat $(STATUSDIR)/rpc.stat $(STATUSDIR)/fs.stat \
$(STATUSDIR)/vm.stat $(STATUSDIR)/sig.stat $(STATUSDIR)/dev.stat \
$(STATUSDIR)/net.stat
compatMapCode.c : $(STATUSFILES) compatMapCode.c.1 compatMapCode.c.2
rm -f $(.TARGET)
cat compatMapCode.c.1 > $(.TARGET)
mkstat -u $(STATUSFILES) >> $(.TARGET)
cat compatMapCode.c.2 >> $(.TARGET)
#
# Must add to depend targets to make sure compatMapCode.c gets generated
# before "make depend" is run.
#
$(TM).md/dependencies.mk ! compatMapCode.c
@
1.1
log
@Initial revision
@
text
@a10 9
# The PATH.h change below is temporary until this new library is
# completely installed.
#
.PATH.h :
.PATH.h : $(TM).md /sprite/lib/include.new
/sprite/lib/include.new/($TM).md
#
@